home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TEKNO 1995 January
/
TEKNO 1-1995.iso
/
machines
/
machines.bat
< prev
next >
Wrap
DOS Batch File
|
1995-08-22
|
241b
|
18 lines
@echo off
cls
if not exist creation.cfg goto s_set
:play
intro.exe
machine.exe
tm.exe
goto end
:s_set
init.exe
setsound.exe
if exist creation.cfg goto play
@echo Sound configuration file not found - please try again
:end